body, dl, dd, h1, h2, h3, h4, h5, h6, p, form, ol, li ul{margin:0;}
body{
    font-family: "Microsoft YaHei", "PingFang SC", 'SimHei', 'Helvetica-Light', 'Arial', 'sans-serif', 'Droid Sans Fallback';
}

ol,ul,li {
    list-style: none;
    padding:0;
}

input[type='button'],
input[type='submit'],
input[type='checkbox'],
input[type='radio'],
button,
label {
    cursor: pointer;
    outline: none;
    border: none;
}

input[type='text'],
textarea {
    outline: none;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* custom */
a {
    color: inherit;
    text-decoration: none;
}
a:focus {
    outline: none;
}